home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 1
/
LSD Compendium Deluxe 1.iso
/
a
/
programming
/
misc
/
m2_part1.lha
/
modula
/
dice
/
dice.LHA
/
include
/
lib
/
wild.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-08-02
|
263 b
|
16 lines
/*
* LIB/WILD.H
*
* (c)Copyright 1990, Matthew Dillon, All Rights Reserved
*/
#ifndef _LIB_WILD_H
#define _LIB_WILD_H
extern void *_ParseWild(const char *, short)
extern int _CompWild(const char *, void *, void *);
extern void _FreeWild(void *);
#endif